projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ea5c1
)
(Flogb): Don't use VALMASK.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 16:45:11 +0000
(16:45 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 16:45:11 +0000
(16:45 +0000)
src/floatfns.c
patch
|
blob
|
history
diff --git
a/src/floatfns.c
b/src/floatfns.c
index 84a2dac7df65b32a9d364a81c5f66a3361a7dff8..61879eabe3909096ac3ada79e40b70cb66543b63 100644
(file)
--- a/
src/floatfns.c
+++ b/
src/floatfns.c
@@
-1,5
+1,5
@@
/* Primitive operations on floating point for GNU Emacs Lisp interpreter.
- Copyright (C) 1988, 1993, 1994, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1993, 1994, 1999
, 2003
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-692,7
+692,7
@@
This is the same as the exponent of a float. */)
double f = extract_float (arg);
if (f == 0.0)
- value =
-(VALMASK >> 1)
;
+ value =
MOST_NEGATIVE_FIXNUM
;
else
{
#ifdef HAVE_LOGB